home *** CD-ROM | disk | FTP | other *** search
- !include("../data.def")
-
- TrackLocation("Data/Maps/France/France.map")
- TrackID("France1")
-
- CarID("COC1")
- CarPower(308.0)
- CarSettings()
- {
- Tyres("COC_Hypergrip200")
- Suspension(3)
- Springs(3)
- BrakesForce(5)
- BrakesBalance(3)
- Steering(3)
- Gearbox(3)
- PowerBalance(10)
- Transmission(-1)
- }
-
- CarParts()
- {
- CarPart("COC_Body")
- CarPart("pW1R2_Springs_Default")
- CarPart("COC_Engine")
- CarPart("pW1R2_BrakeSystem_Default")
- CarPart("COC_DoorL")
- CarPart("pW1R2_Dampers_Default")
- CarPart("COC_Hypergrip200")
- CarPart("COC_DoorR")
- CarPart("COC_Bonnet")
- CarPart("pW1R2_Filter_Default")
- CarPart("COC_WiperL")
- CarPart("COC_Expirat_A")
- CarPart("pW1R2_Gearbox_Default")
- CarPart("pW1R2_Cooler_Default")
- CarPart("COC_Electrics")
- CarPart("COC_WiperR")
- CarPart("pW1R2_FlyWheel_Default")
- CarPart("COC_Painting1")
- CarPart("pW1R2_Clutch_Default")
- }
-
-